return stack meaning in English
返回栈
Examples
- Ecrs : entry call return stack
回叫堆栈,代替 - A stack used for the nesting of exception frames by catch and throw . it may be , but need not be , implemented using the return stack
Catch和throw一个用于巢状例外框架的堆叠.它可以是,但不必是,以返回堆叠来实作 - Deadlock prevention and surprise dismount handling during this process require heroic efforts , including a mechanism whereby a file system driver can stash a pointer to an automatic variable ( that is , one allocated on the call / return stack ) to be used in deeper layers of recursion within the same thread
在这个过程请求宏大结果的时候, (进行)死锁预防和意外卸下处理,包括一个机制,凭借这个机制文件系统驱动可以中断在相同线程中用于深层递归的自动变量的指示器(就是说,在调用/返回堆栈上分配一个) 。